home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-02-03 | 2.9 KB | 112 lines |
- ;ATClient.inf for PC MACLAN for Windows 2000
- ;
- ;Copyright 2000, Miramar Systems, Inc.
-
- [version]
- signature="$Windows NT$"
- Class=NetClient
- ClassGUID={4D36E973-E325-11CE-BFC1-08002BE10318} ; NetClient
- Provider=%Miramar%
-
- [Manufacturer]
- %Miramar%=MIRAMAR
-
- [MIRAMAR]
- %MiramarClient_Desc% = MiramarClient.ndi, atfsd
-
- ;
- ; Install Sections
- [MiramarClient.ndi]
- AddReg = MiramarClient.ndi.AddReg, MiramarClient.AddReg
- Characteristics = 0x80 ; NCF_HAS_UI
-
- [MiramarClient.ndi.Remove]
- DelReg = MiramarClient.DelReg
-
- ;
- ; Services Sections
- [MiramarClient.ndi.Services]
- AddService = atfsd,, atfsd_Service_Inst, atfsd_Evt
-
- ;
- ; Remove services
- [MiramarClient.ndi.Remove.Services]
- DelService = atfsd
-
- ;
- ; Service Install Sections
- [atfsd_Service_Inst]
- DisplayName = %atfsd_Desc%
- ServiceType = %SERVICE_FILE_SYSTEM_DRIVER%
- StartType = %SERVICE_AUTO_START%
- Group = Network
- ErrorControl = 1
- ServiceBinary = %12%\atfsd.sys
- ;;Dependencies = atalk
- ;;StartName = atfsd
- AddReg = MiramarClient.atfsd.AddReg
-
- ;
- ; Del Registry section
- [MiramarClient.DelReg]
- ;
-
- ;
- ; Add Registry sections
- ;
-
- [MiramarClient.ndi.AddReg]
- ;
- ; NDI install registry keys
- HKR,"Ndi", "Service",, "atfsd"
- HKR,"Ndi", "HelpText",, "%MiramarClient_HELP%"
- HKR,"Ndi\Interfaces", "UpperRange",, "winnet5"
- HKR,"Ndi\Interfaces", "LowerRange",, "atalk_ndis"
-
- [MiramarClient.AddReg]
- ;
-
- [MiramarClient.ndi.NetworkProvider]
- DeviceName = "Miramar AppleTalk Network"
-
- [MiramarClient.atfsd.AddReg]
- HKR, "NetworkProvider", "Name", 0, "%NetproviderName%"
- HKR, "NetworkProvider", "ProviderPath", 0x20000, "%11%\atnp32.dll"
-
- ;
- ; Event log registry stuff
- [atfsd_Evt]
- AddReg = atfsd_Evt_AddReg
-
- [atfsd_Evt_AddReg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netmsg.dll"
- HKR,, TypesSupported, 0x00010001, 0x00000007
-
- [Strings]
- Miramar = "Miramar Systems, Inc."
- MiramarClient_Desc = "Miramar Systems AppleTalk Client Services"
- atfsd_Desc = "Miramar AppleTalk File System Client"
- NetproviderName = "Miramar AppleTalk Network"
- MiramarClient_HELP = "The Miramar Systems Client enables you to connect to AppleShare servers and print to AppleTalk printers."
-
- FLG_ADDREG_KEYONLY = 0x0010
- REG_MULTI_SZ = 0x10000
- REG_EXPAND_SZ = 0x20000
- REG_DWORD = 0x10001
- SERVICE_DEMAND_START = 3
- SERVICE_AUTO_START = 2
- SERVICE_WIN32_SHARE_PROCESS = 32
- SERVICE_FILE_SYSTEM_DRIVER = 2
- SERVICE_WIN32_OWN_PROCESS = 16
-
- ; Characteristic flags
- NCF_VIRTUAL = 0x0001
- NCF_WRAPPER = 0x0002
- NCF_PHYSICAL = 0x0004
- NCF_HIDDEN = 0x0008
- NCF_NO_SERVICE = 0x0010
- NCF_NOT_USER_REMOVABLE = 0x0020
- NCF_HAS_UI = 0x0080
- NCF_MODEM = 0x0100
-
-